home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_1106_confirmToMenu / frame_1 / DoAction.as
Text File  |  2011-09-19  |  286b  |  16 lines

  1. yesBtn.onPress = function()
  2. {
  3.    _global.gameClock.stopClock();
  4.    _global.ctn.loadMV("mainPage");
  5.    this._parent.removeMovieClip();
  6. };
  7. noBtn.onPress = function()
  8. {
  9.    this._parent.removeMovieClip();
  10. };
  11. back.onPress = function()
  12. {
  13. };
  14. back.useHandCursor = false;
  15. stop();
  16.